const go/types._OutOfScopeResult

3 uses

	go/types (current package)
		errorcodes.go#L961: 	_OutOfScopeResult
		stmt.go#L515: 					check.errorf(s, _OutOfScopeResult, "result parameter %s not in scope at return", obj.name)
		stmt.go#L516: 					check.errorf(alt, _OutOfScopeResult, "\tinner declaration of %s", obj)